home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000438_guichard@fermat.whitman.edu_Wed Apr 2 02:09:22 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from FERMAT.WHITMAN.EDU by cs.umb.edu with SMTP id AA27006
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 30 Mar 1994 13:08:24 -0500
  3. Received: by fermat.whitman.edu (5.0/SMI-SVR4)
  4.     id AA09838; Wed, 30 Mar 94 10:09:23 PST
  5. From: guichard@fermat.whitman.edu (David Guichard)
  6. Message-Id: <9403301809.AA09838@fermat.whitman.edu>
  7. Subject: crash in xdvik-1.7
  8. To: tex-k@cs.umb.edu
  9. Date: Wed, 30 Mar 1994 10:09:22 -0800 (PST)
  10. X-Mailer: ELM [version 2.4 PL23]
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=US-ASCII
  13. Content-Transfer-Encoding: 7bit
  14. Content-Length: 711       
  15.  
  16. (I apologize if this is a duplicate message...I don't *think* I got
  17. around to sending it before.)
  18.  
  19. Recap: in some of our accounts, xdvik-1.7 was crashing whenever it
  20. tried to include a postscript file. 
  21.  
  22. It turns out that it crashes when TEXINPUTS is not defined, and the
  23. culprit seems to be a change in the file epsf.c. Changing one
  24. statement back to the 1.6 version seems to fix the problem (but there
  25. must have been a reason for changing it?).
  26.  
  27.         Change:
  28.           name = kpse_path_search (kpse_init_path (NULL, DEFAULT_FIG_PATH,
  29.                                            KPSE_TEX_ENVS),
  30.                             psfname);
  31.         To:
  32.           name = kpse_path_search (KPSE_TEX_PATH (), psfname);